Einhugur Xml Plugin for Xojo

Node.FindChildByAttribute Method

Finds child node by Attribute value without evaluating node names.

FindChildByAttribute(
   attributeName as String,
   attributeValue as String) as EinhugurXml.Node

Parameters

attributeName
Name of the attribute to check for.
attributeValue
Value of the attribute to look for.

Returns

EinhugurXml.Node
The found node or Empty node.

Remarks

See Also

Node Class